queryrequest
Class AppInfo

java.lang.Object
  extended by queryrequest.AppInfo

public class AppInfo
extends java.lang.Object


Field Summary
protected  java.lang.String appCertificate
           
protected  java.lang.String appID
           
 
Constructor Summary
AppInfo()
           
 
Method Summary
 java.lang.String getAppCertificate()
          Gets the value of the appCertificate property.
 java.lang.String getAppID()
          Gets the value of the appID property.
 void setAppCertificate(java.lang.String value)
          Sets the value of the appCertificate property.
 void setAppID(java.lang.String value)
          Sets the value of the appID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appID

protected java.lang.String appID

appCertificate

protected java.lang.String appCertificate
Constructor Detail

AppInfo

public AppInfo()
Method Detail

getAppID

public java.lang.String getAppID()
Gets the value of the appID property.

Returns:
possible object is String

setAppID

public void setAppID(java.lang.String value)
Sets the value of the appID property.

Parameters:
value - allowed object is String

getAppCertificate

public java.lang.String getAppCertificate()
Gets the value of the appCertificate property.

Returns:
possible object is String

setAppCertificate

public void setAppCertificate(java.lang.String value)
Sets the value of the appCertificate property.

Parameters:
value - allowed object is String